home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / nxyplot / Source / PlotDelegate.h < prev    next >
Text File  |  1994-02-01  |  1KB  |  37 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface PlotDelegate:Object
  7. {
  8.   id    plotParam;
  9.   id    servicesHandler;
  10.   id    canvasWindow;
  11.   id    controlPanel;
  12.   id    colorOptionButton;
  13.   id    formatHandler;
  14.   id    canvas;
  15.   id    printColorButton;    /* print color button on the preferences panel */
  16.   id    printLineStyleButton;    /* line style button on the preferences panel */
  17.   id    accPrintColorButton;    /* print color button on the accessory panel */
  18.   id    accPrintLineStyleButton;/* line style button on the accessory panel */
  19.   id    opaqueBackgroundButton; /* background button on the preferences panel */
  20.   id    autoPlotButton;         /* autoplot button on the preferences panel */
  21.   char  *iconPath;        /* for drag and drop operation */
  22.   id    infoPanel;
  23.   id    helpPanel;
  24. }
  25.  
  26. - appWillInit:sender;
  27. - appDidInit:sender;
  28. - resetDefaults:sender;
  29. - plotFromPasteboard:pb userData:(const char *)userData error:(char **)errorMessage;
  30. - (BOOL)appAcceptsAnotherFile:sender;
  31. - (int)app:sender openFile:(const char *)fullPath type:(const char *)aType;
  32. - getArgs;
  33. - showInfo:sender;
  34. - showHelp:sender;
  35.  
  36. @end
  37.